home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / ms.lang < prev    next >
Text File  |  2004-07-06  |  1KB  |  42 lines

  1. # MaxScript language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 20.11.2003
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(kwa)=about animate as at by case catch collect continue coordsys
  19. default do else exit fn for function global group if in level local local
  20. mapped max of on parent persistent pivot return selection set struct then throw
  21. time to try undo where while with with world true false on off ok undefined
  22. unsupplied or and not
  23.  
  24. $KW_LIST(kwb)=utility rollout label button edittext combobox dropdownlist
  25. listbox spinner slider pickbutton pushbutton checkbutton macrobutton
  26. radiobuttons checkbox colorpicker mapbutton materialbutton progressbar timer
  27. bitmap rcmenu menuitem separator submenu macroscript tool plugin parameters
  28.  
  29. $STRINGDELIMITERS=" 
  30.  
  31. $SL_COMMENT=--
  32.  
  33. $ML_COMMENT=/* */
  34.  
  35. $ALLOWNESTEDCOMMENTS=false
  36.  
  37. $IGNORECASE=false
  38.  
  39. $ESCCHAR=\
  40.  
  41. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * %  + -
  42.